home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Power DOS 1996 July
/
Power DOS - July 1996.iso
/
sound
/
c_labs
/
os2
/
vbdemo.exe
/
CONTROL.ICF
next >
Wrap
Text File
|
1994-05-20
|
3KB
|
136 lines
;***********************************************************************
; File : CONTROL.ICF
; Date : 4th April 1994
; Author : Wong Nyet Ngoh
; Purpose : Installation control script file for Creative Installation
; Program, INSTALL.EXE. INSTALL reads this file and installs
; the different components selected by user to the specified
; directories as defined for them
; Remark : Adapted from Hariharan Mahadevan's program
;***********************************************************************
;
; Default
;
[System]
title=Creative Multimedia Installation
progress=none
logo=none
BaseDirVar=CTVIDEO
BaseDir=C:\CTVIDEO
; total number of installable components
groups=3
; each component's section name
group_1=%Drivers%
group_2=%VBSetup%
group_3=%VKit%
; total number of installation disk
disks=1
; volume label of each installation disk
diskname_1=DISK_1
;
; Default group is installed before any of the groups are installed
;
[Default]
; size in KB
Size=12
; Source directory from where the files are to be read
SourceDir=$(SPATH)\ICON,$(SPATH)\TEXT
; Target directory where the files to be copied
TargetDir=$(BASEDIR),$(BASEDIR)
; Disk number where the files of this group can be found
DiskNumber=1
; Definition of workplace object to be created
WPObject=%WPDefault,WPReadme%
;
; Video drivers
;
[Drivers]
Name=Video Blaster Drivers
Size=202
SourceDir=$(SPATH)\DRIVERS,$(SPATH)\UTILS\DLL
TargetDir=$(MMBASE)\DLL,$(MMBASE)\DLL
DiskNumber=1
DLLName=$(SPATH)\VBINSTL.DLL
DLLEntryPoint=VBInstall
Minstall=FALSE
;
; Video Blaster Setup
;
[VBSetup]
Name=VBSetup Version 0.01 Beta
Size=39
SourceDir=$(SPATH)\INI,$(SPATH)\VBSETUP
TargetDir=$(MMBASE),$(BASEDIR)
DiskNumber=1
WPObject=%WPVBSetup%
;
; Video Kit
;
[VKit]
Name=Video Kit Version 0.03 Beta
Size=99
SourceDir=$(SPATH)\VKIT
TargetDir=$(BASEDIR)
DiskNumber=1
WPObject=%WPVKit%
;
; Definition for the Creative folder
;
[WPDefault]
; The class name of the object to be created
WPClassName=WPFolder
; Title for the object, displayed below the object icon
WPTitle=Video Blaster
; Setup string for the object to be created
WPSetupString=OBJECTID=<CTVIDEO>;ICONFILE=$(BASEDIR)\CTVIDEO.ICO
; Location of the object
WPLocation=<WP_DESKTOP>
; Creation flags, valid values are
; 0 - FAIL IF THE OBJECT EXISTS
; 1 - REPLACE IF THE OBJECT EXISTS
; 2 - UPDATE IF THE OBJECT EXISTS
WPFlags=2
;
; For creating Readme file in the above folder
;
[WPReadme]
WPClassName=WPProgram
WPTitle=Readme
WPSetupString=EXENAME=E.EXE;PARAMETERS=$(BASEDIR)\README
WPLocation=<CTVIDEO>
WPFlags=2
;
; For creating the Icon for VBSetup in the above folder
;
[WPVBSetup]
WPClassName=WPProgram
WPTitle=VBSetup
WPSetupString=EXENAME=$(TPATH)\VBSETUP.EXE;ICONFILE=$(TPATH)\VBSETUP.ICO;STARTUPDIR=$(BASEDIR)
WPLocation=<CTVIDEO>
WPFlags=2
;
; For creating the Icon for Video Kit
;
[WPVKit]
WPClassName=WPProgram
WPTitle=Video Kit
WPSetupString=EXENAME=$(TPATH)\VKIT.EXE;ICONFILE=$(TPATH)\VKIT.ICO;STARTUPDIR=$(BASEDIR)
WPLocation=<CTVIDEO>
WPFlags=2
;
; If Minstall is to be lauched, which directory to launch it from ?
; The directory should have the control files required by MINSTALL
;
[Minstall]
Directory=$(TPATH)\DRIVERS